@charset "utf-8";
html {
  font-family: "Microsoft YaHei", "微软雅黑", Arial, Helvetica, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  border: none;
  padding: 0;
  font-size: 14px;
  line-height: 1.5;
  background: #fff;
}
body {
  margin: 0;
  border: none;
  padding: 0;
  background: #fff;
  word-wrap: break-word;
}
.bold {
  font-weight: bold;
}
.block {
  display: block;
}
.pointer {
  cursor: pointer;
}
.ellipsis {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.inline-block {
  display: inline-block;
  vertical-align: top;
}
.inline-block.ellipsis {
  max-width: 100%;
}
.content-box {
  -ms-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}
.border-box {
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.inline {
  display: inline;
}
.w-f {
  width: 100%;
}
.h-f {
  height: 100%;
}
.ovh {
  overflow: hidden;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-middle {
  vertical-align: middle;
}
.text-justify {
  text-align: justify;
}
.center {
  margin: 0 auto;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
img,
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: top;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
template,
[hidden] {
  display: none;
}
a {
  background-color: transparent;
  color: currentColor;
  color: inherit;
  text-decoration: none;
}
a,
a:link,
a:visited,
a:hover,
a:active {
  outline: none;
}
a:hover {
  text-decoration: underline;
}
a,
input {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  text-decoration: underline dotted;
}
li {
  list-style: outside none none;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  margin: 0;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
figure {
  margin: 0;
}
hr {
  -ms-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
select,
input {
  overflow: visible;
}
button,
select,
input,
textarea {
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: bold;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  -webkit-user-modify:read-plaintext-only;
  -moz-user-modify:read-plaintext-only;
  -ms-user-modify:read-plaintext-only;
  -o-user-modify:read-plaintext-only;
  user-modify:read-plaintext-only;
}
[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}
input[type="submit"],
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="datetime-local"],
input[type="url"],
input[type="button"],
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
input[type=text],
input[type=password],
textarea {
  -moz-user-modify: read-write-plaintext-only;
  -webkit-user-modify: read-write-plaintext-only;
  user-modify: read-write-plaintext-only;
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-user-modify: read-write-plaintext-only;
  -webkit-user-modify: read-write-plaintext-only;
  user-modify: read-write-plaintext-only;
  outline: none;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="date"],
input[type="datetime"],
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="datetime-local"],
input[type="url"],
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
textarea {
  overflow: auto;
}
textarea:focus {
  outline: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}
legend {
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
[type="checkbox"],
[type="radio"] {
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
dl,
dd,
dt {
  margin: 0;
  border: none;
  padding: 0;
}
.none,
.hide {
  display: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  display: block;
  clear: both;
}
.cf {
  *zoom: 1;
}
.cf:after {
  display: table;
  content: '';
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  clear: both;
}
.cf::after {
  display: table;
  content: '';
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  display: table;
  content: '';
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  clear: both;
}
.clearfix::after {
  display: table;
  content: '';
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  clear: both;
}
.pos-left {
  left: 0;
  top: 0;
}
.pos-right {
  right: 0;
  top: 0;
}
.pos-center {
  top: 50%;
  left: 50%;
}
ul,
ol,
li {
  margin: 0;
  border: none;
  padding: 0;
}
.no-deco {
  text-decoration: none;
}
.no-deco:link,
.no-deco:visited,
.no-deco:hover,
.no-deco:active {
  text-decoration: none;
}
.no-deco a {
  text-decoration: none;
}
.no-deco a:link,
.no-deco a:visited,
.no-deco a:hover,
.no-deco a:active {
  text-decoration: none;
}
.noscript {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 9999999px;
  z-index: 2147483647;
  background: #000;
  color: #fff;
  font-size: 36px;
  line-height: 72px;
  text-align: center;
}
#no-support {
  height: 310px;
  position: absolute;
  top: 50%;
  margin-top: -155px;
  width: 100%;
}
#no-support h4 {
  display: block;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-family: 'Microsoft YaHei', '微软雅黑', Helvetica, Arial, sans-serif;
  color: #616161;
  font-size: 48px;
  font-weight: bold;
}
#no-support h5 {
  display: block;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-family: 'Microsoft YaHei', '微软雅黑', Helvetica, Arial, sans-serif;
  color: #999;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 55px;
}
#no-support ul {
  width: 410px;
  margin: 0 auto;
  display: block;
  height: 135px;
}
#no-support li {
  display: block;
  float: left;
  margin-right: 10px;
  width: 95px;
  height: 135px;
}
#no-support li a {
  display: block;
  width: 95px;
  height: 95px;
  background-image: url(../images/no-support/browsers.png);
  background-repeat: no-repeat;
}
#no-support li span {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #adaaac;
  text-align: center;
  font-family: 'Myriad Pro', 'Arial', sans-serif;
  font-size: 16px;
}
#no-support li.ff a {
  background-position: 0 0;
}
#no-support li.ie a {
  background-position: 0 -95px;
}
#no-support li.chrome a {
  background-position: 0 -190px;
}
#no-support li.safari a {
  background-position: 0 -285px;
}
#no-support li:hover {
  background: url(../images/no-support/border.png) no-repeat 0 0;
}
@font-face {
    font-family: "museo-light";
    src: url('../fonts/museo-light.woff'),
    url('../fonts/museo-light.ttf'),
    url('../fonts/museo-light.svg');
}

.museo-light {
    font-family: "museo-light" !important
}
.docW{
    margin:0 auto;
}
.nf_img {
    position: relative;
    height: 0;
    overflow: hidden;
}

.nf_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}
.myheader{
    background: #000;
    position: fixed;
    width: 100%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    z-index: 999;
    -webkit-transition: background .6s cubic-bezier(.645, .045, .355, 1),opacity .6s cubic-bezier(.645, .045, .355, 1),color .6s cubic-bezier(.645, .045, .355, 1),box-shadow .6s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: background .6s cubic-bezier(.645, .045, .355, 1),opacity .6s cubic-bezier(.645, .045, .355, 1),color .6s cubic-bezier(.645, .045, .355, 1),box-shadow .6s cubic-bezier(.645, .045, .355, 1);
    transition: background .6s cubic-bezier(.645, .045, .355, 1),opacity .6s cubic-bezier(.645, .045, .355, 1),color .6s cubic-bezier(.645, .045, .355, 1),box-shadow .6s cubic-bezier(.645, .045, .355, 1);
}
.myheader.active{
    background: #fff;
    -webkit-box-shadow: rgba(0, 0, 0, .05) 0 1px 6px;
    -moz-box-shadow: rgba(0, 0, 0, .05) 0 1px 6px;
    box-shadow: rgba(0, 0, 0, .05) 0 1px 6px;
}
.myheader .lay_logo,.header_overlay .lay_logo{
    position: absolute;
    overflow:hidden;
}
.myheader .logo_lnk,.header_overlay .logo_lnk{
    display:inline-block;
    vertical-align:top;
    width:100%;
}
.myheader .logo,.header_overlay .logo{
    display:block;
    width:100%;
}
.myheader.active{
    background: #fff;
    -webkit-box-shadow: rgba(0, 0, 0, .05) 0 1px 6px;
    -moz-box-shadow: rgba(0, 0, 0, .05) 0 1px 6px;
    box-shadow: rgba(0, 0, 0, .05) 0 1px 6px;
}
.menu{
    float:right;
}
.nav{
    float:left;
}
.nav .lnk_wrap{
    position:relative;
    float:left;
}
.nav .lnk{
    color:#dbdcdc;
}
.myheader.active .nav .lnk{
    color:#000;
}
.nav .sub_lnks{
    position: absolute;
    background: #000;
    z-index: 20;
    display:none;
}
.nav .sub_lnk_wrap {
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}
.nav .sub_lnk{
    display:block;
    color:#fff;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}
.nav .sub_lnk:hover{
    background:#3e3a39;
}
.wap_nav_btn{
    float:right;
    position:relative;
    cursor:pointer;
}
.wap_nav_btn span{
    display:block;
    background:#fff;
}
.myheader.active .wap_nav_btn span{
    background:#000;
}
.header_overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .9);
    left: 0;
    top: -100%;
    z-index: 999;
    opacity: 0;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}
.header_overlay.active{
    opacity:1;
    top:0;
}
.close_btn {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 40px;
    top: 40px;
    cursor: pointer;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}
.close_btn:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 24px;
    width: 40px;
    height: 2px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}
.close_btn:before {
    content: "";
    position: absolute;
    right: 5px;
    top: 24px;
    width: 40px;
    height: 2px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}
.close_btn:hover {
    background: #fff;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.close_btn:hover:after {
    background: #000;
    width: 30px;
    left: 10px;

}
.close_btn:hover:before {
    background: #000;
    width: 30px;
    right: 10px;
}
.header_overlay .mid-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 50%;
    padding: 0 20px;
    text-align: center;
}
.header_overlay .lnk-wrap{
    line-height: 80px;
    font-size: 48px;
    color: #fff;
    display: block;
    position: relative;
    text-align: center;
}
.header_overlay .zh-cn,.header_overlay .us-en {
    display: block;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}
.header_overlay .us-en {
    font-family:"museo-light",sans-serif;
    text-transform: uppercase;
}

.header_overlay .lnk-wrap .zh-cn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}
.header_overlay .lnk-wrap:hover .us-en {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}
.header_overlay .lnk-wrap:hover .zh-cn {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.banner_index_pc{
    background:#000;
}
.swiper-container-index-pc .swiper-pagination {
    left: 90px !important;
    width: 7px;
    top:50%!important;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
    bottom:auto!important;
}
.swiper-container-index-pc .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 8px 0 !important;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 1);
    opacity:1;
}

.swiper-container-index-pc .swiper-pagination-bullet-active {
    height: 27px;
    background: #fff!important;
}
.swiper-container-index-pc{
    width:100%;
    height:100%;
}
.swiper-container-index-pc .img_wrap{
    display:block;
    width:100%;
    height:100%;
}
.swiper-container-index-pc .lnk{
    display:block;
    width:100%;
    height:100%;
}
.swiper-container-index-pc .lnk,.swiper-container-index-pc .lnk:hover{
    text-decoration:none;
}
.swiper-container-index-pc .img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
}

.indCaseBox {
    padding: 0 55px;
}

.indCaseLabel {
    font-size: 0;
    padding: 80px 0 50px 0;
    text-align: right;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}


.indCaseLabel .lnk {
    margin-left:46px;
    font-size: 16px;
    display: inline-block;
    vertical-align:top;
    color:#595757;
}
.indCaseLabel .lnk.current{
    color:#000;
}

.indCaseList:after{
    content:'';
    display:block;
    height:0;
    overflow:hidden;
    clear:both;
}

.indCaseItem {
    width: 33.333333%;
    position: relative;
    float:left;

}

.news_page_li {
    width: 25%;
    position: relative;

}

.indCaseOver {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    opacity: 0;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.indCaseItem .img_wrap {
    position:relative;
    height:0;
    overflow:hidden;
    padding-bottom: 83.27%;
}

.indCaseItem .img_wrap .img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.indCaseInfo {
    color: #fff;
    padding: 20px 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
}

.indCaseLine {
    font-size: 14px;

}

.indCaseTitle {
    font-size: 24px;
    line-height: 26px;
    padding: 8px 0;
}

.indCaseText {
    font-size: 14px;
}

.news_page_li:hover .indCaseOver {
    opacity: 1;
}

.news_page_li:hover .img_wrap img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.indCaseItem:hover .indCaseOver {
    opacity: 1;
}

.indCaseItem:hover .img_wrap .img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}



.caseMoreWrap {
    text-align: center;
    padding: 98px 0;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}


.caseMoreBox a {
    position:relative;
    display:inline-block;
    vertical-align:top;
    color:#595757;
    font-size:14px;
    line-height:44px;
    padding:0 39px;
    border:1px solid #959595;
}
.caseMoreBox a:before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:0;
    height:100%;
    background:#f6ca27;
    overflow:hidden;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
.caseMoreBox a.disable{
    border:1px solid transparent;
    color:transparent;
    font-size:0;
}
.caseMoreBox a.disable:before{
    background:transparent;
}
.caseMoreBox a span{
    position:relative;
    color:#595757;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
.caseMoreBox a.disable:hover span{
    color:transparent;
}

@media screen and (min-width:1201px) {
    .caseMoreBox a:hover {
        border-color: #f6ca27;
        text-decoration: none;
    }

    .caseMoreBox a:hover:before {
        width: 100%;
    }

    .caseMoreBox a:hover span {
        color: #fff;
    }

    .caseMoreBox a.disable span {
        color: transparent;
    }
}
.caseMoreBox .morelnk {
    position:relative;
    display:inline-block;
    vertical-align:top;
    color:#595757;
    font-size:14px;
    line-height:44px;
    padding:0 39px;
    border:1px solid #959595;
    cursor:pointer;
}
.caseMoreBox .morelnk:before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:0;
    height:100%;
    background:#f6ca27;
    overflow:hidden;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
.caseMoreBox .morelnk.disable{
    border:1px solid transparent;
    color:transparent;
    font-size:0;
}
.caseMoreBox .morelnk.disable:before{
    background:transparent;
}
.caseMoreBox .morelnk span{
    position:relative;
    color:#595757;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
.caseMoreBox .morelnk.disable:hover span{
    color:transparent;
}

@media screen and (min-width:1201px) {
    .caseMoreBox .morelnk:hover {
        border-color: #f6ca27;
        text-decoration: none;
    }

    .caseMoreBox .morelnk:hover:before {
        width: 100%;
    }

    .caseMoreBox .morelnk:hover span {
        color: #fff;
    }

    .caseMoreBox .morelnk.disable span {
        color: transparent;
    }
}

.imgWrap {
    position: relative;
    height: 0;
    overflow: hidden;
}
.imgWrap,.imgWrap:hover,.imgWrap a,.imgWrap a:hover{
    text-decoration:none;
}

.imgWrap .img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}
.indAd .swiper-slide .lnk {
    padding-bottom: 33.8%;
    display: block;
}

.indAd .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 1);
    opacity: 1 !important;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.indAd .swiper-pagination-bullet-active {
    width: 27px;
}

.indAd .swiper-pagination {
    display:none!important;
    bottom: 20px !important;
}
.indNewsTit,.indNewsTit a{
    font-size: 30px;
    font-weight: bold;
    color: #595757;
}
.indNewsTit a,.indNewsTit a:hover{
    text-decoration:none;
}

.inNewsBox {
    padding: 200px 0;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.indNewsList {
    font-size: 0;
    padding: 50px 0 15px 0;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.indNewsItem {
    width: 50%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
}

.indNewsItem:nth-child(1) {
    padding: 0 70px 0 0;
}

.indNewsItem:nth-child(2n) {
    padding: 0 0 0 70px;
}

.indNewsBan{
    position:relative;
}
.indNewsBan .lnk {
    position:relative;
    display: block;
    padding-bottom: 38.428%;
    overflow:hidden;
}

.indNewsBan .lnk img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.indNewsBan .lnk:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.indNewsSortTop {
    position: relative;
    padding: 0 0 10px 0;
}

.indNewsPd {
    padding: 80px 0 0 0;
}

.indNewsSortTop:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #b8b8b8;
}

.indNewsSortTit a {
    display: inline-block;
    max-width:100%;
    font-size: 18px;
    color: #3e3a39;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.indNewsSortTit a:hover {
    color: #fac034;
}

.indNewsSortText {
    font-size: 14px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    color: #888;
    margin: 10px 0 0 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.indNewsMinItemList{
    font-size: 0;
    padding: 10px 0 10px 0;
}
.indNewsMinItem {
    width: 25%;
    line-height: 28px;
    height: 28px;
    padding-right: 10px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
}

.indNewsMinItem a {
    font-size: 14px;
    color: #888;
    display: block;
    padding: 0 0 0 15px;
    position: relative;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.indNewsMinItem a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #888;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.indNewsMinItem a:hover {
    color: #000;
}

.indNewsMinItem a:hover:after {
    background: #000;
}

.indNewsBd {
    padding: 0 0 66px 0;
}
.footerWrap {
    background: #000000;
    padding: 50px 0 130px 0;
}

.footerBox {
    font-size: 0;
}
.footerUl:after{
    content:'';
    display:block;
    height:0;
    overflow:hidden;
    clear:both;
}
.footerLi {
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.footerLi:nth-child(1) {
    width: 22%;
}

.footerLi:nth-child(2) {
    width: 20%;
    margin-left: 13%;
}

.footerLi:nth-child(3) {
    width: 18%;
    margin-left: 13%;
}

.footerLi:nth-child(4) {
    margin-left: 2.8%;
}
.footerUl:after{
    content:'';
    display:block;
    height:0;
    clear:both;
    overflow:hidden;
}


@media screen and (min-width:1201px){
    .header_overlay .lay_logo{
        display:none;
    }
    .header_black_friend{
        display:none;
    }
    .banner_index_wap{
        display:none;
    }
    .indCaseTopWapTit{
        display:none;
    }
    .footerLi:nth-child(1) {
        float:left;
    }

    .footerLi:nth-child(2) {
        float:left;
    }

    .footerLi:nth-child(3) {
        float:left;
    }
    .footerLi:nth-child(4) {
        float: right;
    }
    .footerUlWap{
        display:none;
    }
    .aboutPageBack .wap_img{
        display:none;
    }
    .indCaseXBanner{
        display:none;
    }
    .indCaseForWapStyle{
        display:none;
    }
    .myIpo-box_text .wapText{
        display:none;
    }
    .nfPageBoxText .wapText{
        display:none;
    }
    .indCaseForWapDisplay{
        display:none;
    }
    .FootCaseList{
        padding:120px 0;
        text-align:center;
        background:#ebc230;
        color:#000;
    }
    .FootCaseList .TXT1{
        font-size:54px;
        line-height:88px;
        margin:0 12%;
    }
    .FootCaseList .TXT2{
        font-size:22px;
    }
    .FootCaseList .TXT2 span{
        margin:0 20px;
    }
    .caseBannerForWap{
        display:none;
    }
    .casePageBoxForWap{
        display:none;
    }
    html.fp-enabled,
    .fp-enabled body {
        margin: 0;
        padding: 0;
        overflow:hidden;

        /*Avoid flicker on slides transitions for mobile phones #336 */
        -webkit-tap-highlight-color: rgba(0,0,0,0);
    }
    #fullpage{
        display:block;
    }
    #superContainer {
        height: 100%;
        position: relative;

        /* Touch detection for Windows 8 */
        -ms-touch-action: none;

        /* IE 11 on Windows Phone 8.1*/
        touch-action: none;
    }
    .fp-section {
        position: relative;
        -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
        -moz-box-sizing: border-box; /* <=28 */
        box-sizing: border-box;
    }
    .fp-slide {
        float: left;
    }
    .fp-slide, .fp-slidesContainer {
        height: 100%;
        display: block;
    }
    .fp-slides {
        z-index:1;
        height: 100%;
        overflow: hidden;
        position: relative;
        -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
        transition: all 0.3s ease-out;
    }
    .fp-section.fp-table, .fp-slide.fp-table {
        display: block;
        width: 100%;
    }
    .fp-tableCell {
        display: block;
        position:relative;
        width: 100%;
        height:-webkit-calc(100vh - 62px);
        height:calc(100vh - 62px);
    }
    .swiper-slide.swiper-slide-foot .fp-tableCell{
        display: block!important;
    }
    .fp-slidesContainer {
        float: left;
        position: relative;
    }
    .fp-controlArrow {
        position: absolute;
        z-index: 4;
        top: 50%;
        cursor: pointer;
        width: 0;
        height: 0;
        border-style: solid;
        margin-top: -38px;
        -webkit-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
    .fp-controlArrow.fp-prev {
        left: 15px;
        width: 0;
        border-width: 38.5px 34px 38.5px 0;
        border-color: transparent #fff transparent transparent;
    }
    .fp-controlArrow.fp-next {
        right: 15px;
        border-width: 38.5px 0 38.5px 34px;
        border-color: transparent transparent transparent #fff;
    }
    .fp-scrollable {
        overflow: scroll;
    }
    .fp-notransition {
        -webkit-transition: none !important;
        transition: none !important;
    }
    #fp-nav {
        position: fixed;
        z-index: 999;
        text-align: center;
        -webkit-transition: .3s opacity;
        -o-transition: .3s opacity;
        transition: .3s opacity;
        top:50%;
        padding:5px;
        border-radius:9px;
        background:rgba(0,0,0,.2);
    }
    #fp-nav.right {
        right: 70px;
    }
    #fp-nav.left {
        left: 70px;
    }
    .fp-slidesNav{
        position: absolute;
        z-index: 4;
        left: 50%;
        opacity: 1;
    }
    .fp-slidesNav.bottom {
        bottom: 70px;
    }
    .fp-slidesNav.top {
        top: 70px;
    }
    #fp-nav ul,
    .fp-slidesNav ul {
        margin: 0;
        padding: 0;
    }
    #fp-nav ul li,
    .fp-slidesNav ul li {
        display:block;
        margin:8px 0;
        position:relative;
    }
    .fp-slidesNav ul li {
        display: inline-block;
    }
    #fp-nav ul li a,
    .fp-slidesNav ul li a {
        width: 7px;
        height: 7px;
        background: #fff;
        opacity: 1;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
        transition: all .6s cubic-bezier(.645, .045, .355, 1);
        display: block;
    }
    #fp-nav ul li a.active,
    .fp-slidesNav ul li a.active{
        height: 27px;
    }
    #fp-nav ul li a.active span,
    .fp-slidesNav ul li a.active span,
    #fp-nav ul li:hover a.active span,
    .fp-slidesNav ul li:hover a.active span{

    }
    #fp-nav ul li a span,
    .fp-slidesNav ul li a span {

    }
    #fp-nav ul li:hover a span,
    .fp-slidesNav ul li:hover a span{

    }
    #fp-nav ul li .fp-tooltip {
        display:none;
    }

    .fp-auto-height.fp-section,
    .fp-auto-height .fp-slide,
    .fp-auto-height .fp-tableCell{
        height: auto !important;
    }

}

.footerAddr {
    margin-bottom: 80px;
    white-space:nowrap;
    font-size: 0;
}

.footerAddr span {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 26px;
    color: #717071;
    margin-right: 10px;
}

.footerAddr span:last-child {
    margin-right: 0;
}

.footerMap, .footerMap a {
    color: #717071;
    font-size: 14px;
    line-height: 26px;
}

.footerMap a {
    margin-right: 10px;
}

.footerMap a:last-child {
    margin-right: 0;
}

.footerCopyright {
    color: #717071;
    font-size: 14px;
    line-height: 26px;
}

.footerCopyright a {
    color: #717071;

}

.footerLinkTit {
    color: #717071;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 54px;
}

.footerLinkList {
    font-size: 0;
    height: 130px;
}

.footerLinkItem {
    width: 50%;
    line-height: 26px;
}

.footerLinkItem a {
    display: block;
    color: #717071;
    font-size: 14px;
    -webkit-transition:color .3s linear;
    transition:color .3s linear;
}
.footerLinkItem a:hover{
    color:#999;
}

.footerLinkList .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #ababab;
    width: 1px;
}

.footerLinkList .mCSB_scrollTools .mCSB_draggerRail {
    background: #525252;
    width: 1px;
}

.footerTelTit {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
}

.footerTelNum {
    line-height: 40px;
    height: 40px;
    display: block;
    margin-bottom: 40px;
}

.footerTelNum a {
    color: #fff;
    font-size: 20px;
}

.footerNav {
    font-size: 0;
    width:160px;
}

.footerNav span {
    max-width: 50%;
    width:80px;
    line-height: 26px;
    height: 26px;
}

.footerNav span a {
    color: #717071;
    font-size: 14px;
    -webkit-transition:color .3s linear;
    transition:color .3s linear;
}

.footerNav span a:hover {
    color:#999;
}

.footerIcon {
    line-height: 36px;
    height: 36px;
    display: block;
    font-size: 0;
    margin-bottom: 20px;
    white-space:nowrap;
}

.footerIcon a {
    color: #717071;
    font-size: 30px;
    margin-right: 10px;
}

.footerIcon a:last-child {
    margin: 0;
}

.footerIcon a:nth-child(2), .footerIcon a:nth-child(3) {
    font-size: 35px;
}
.footerEwm{
    max-width:135px;
}
.footerEwmName {
    color: #717071;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    padding: 5px 0 0 0;
}
.nfyxtime_top{display:none;position:fixed;cursor:pointer;left:0;top:0;width:100%;height:100%;z-index:99999;background:rgba(0,0,0,.5);}
.nfyxtime_top .inDiv{cursor:pointer;width:100%;height:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-moz-box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;}
.nfyxtime_top .indiv{text-align:center;width:200px;}
.nfyxtime_top .indiv .lay_img01{display:block;padding:10px 10px 5px;border-radius:5px;background:#fff;}
.nfyxtime_top .lay_img01 .lay_img{position:relative;width:100%;height:0;padding-bottom:100%;}
.nfyxtime_top .lay_img01 .lay_img img{position:absolute;left:50%;top:50%;width:auto;height:auto;-wekbit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}
.nfyxtime_top .lay_img01 p{font-size:14px;line-height:28px;color:#333; position:relative; top:-10px;}
.nfyxtime_top .lay_info01{padding:8px 10px;border-radius:5px;background:#fff;margin-top:10px}
.footerFixedWrap {
    opacity:0;
    position: fixed;
    right: 0;
    bottom: 90px;
    z-index: 999;
    -webkit-transition:opacity .6s linear;
    transition:opacity .6s linear;
}
.footerFixedWrap.active{
    opacity:1;
}

.footerFixedLi {
    position:relative;
    width: 70px;
    height: 70px;
    background: #f6ca27;
    text-align: center;
    margin-bottom: 1px;
}

.footerFixedLi a {
    display: block;
    height: 100%;
    position: relative;
    box-shadow:0 0 3px rgba(255,255,255,.8);
}

.footerFixerRead {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.footerFixedIcon {
    font-size: 26px;
    color: #000000;
}

.footerFixedText {
    color: #000;
    line-height: 22px;
    font-size: 12px;
}

.footerFixedIcon2 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    font-size: 26px;
    color: #000000;
}
.footerChsBox{
    display:none;
    position:absolute;
    right:75px;
    top:0;
    border:1px solid #dedede;
    width:120px;
    height:120px;
    padding: 2px;
    -webkit-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
    opacity: 0;
    background: #fff;
    overflow: hidden;
}
.footerChsBox .img{
    display:block;
    width:100%;
    height:100%;
}
.footerFixedLi:hover .footerChsBox{
    display:block;
    opacity:1;
}
.swiper_banner_img a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.aboutPageSwiper {
    height: -webkit-calc(100vh - 62px);
    height: calc(100vh - 62px);
}

.aboutPageSwiper .swiper-slide:last-child,
.myIpo-page_swiper .swiper-slide:last-child,
.planPageSwiper .swiper-slide:last-child {
    height: 392px;
}

.aboutPageBack {
    height: 100%;
}


.aboutPageSwiper .swiper-wrapper, .myIpo-page_swiper .swiper-wrapper, .planPageSwiper .swiper-wrapper {
    -webkit-transition: all 1s cubic-bezier(.645, .045, .355, 1);
    transition: all 1s cubic-bezier(.645, .045, .355, 1);
}
.bannerBox .swiper-pagination {
    left: 90px !important;
    width: 7px;
    top:50%!important;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
    bottom:auto!important;
}

.bannerBox .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 8px 0 !important;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #fff !important;
    opacity:1;
}

.bannerBox .swiper-pagination-bullet-active {
    height: 27px;
    background: #fff !important;
    opacity:1;
}
.pageWrap1 {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: 31px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}

.pageBoxTit {
    padding-bottom: 130px;
    text-align: center;
}

.pageBoxMax {
    font-size: 72px;
    font-weight: bold;
    color: #f6ca27;
}

.pageBoxMin {
    font-size: 60px;
    color: #fff;
}

.nfPageBoxText {
    color: #fff;
    text-align: center;
    font-size: 21px;
    line-height: 42px;
}

.pageWrap2 {
    width: 1300px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: 31px;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    font-size: 0;
}



.pageLeft {
    width: 28%;
}

.pageRight {
    width: 72%;
}

.pageLeftTit {
    font-size: 87px;
    font-weight: bold;
    color: #040000;
    line-height: 95px;
}

.pageLeftEn {
    font-size: 21px;
    color: #f6ca27;
    -webkit-transform: rotate(90deg) translateX(-12px) translateY(-15px);
    transform: rotate(90deg) translateX(-12px) translateY(-15px);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    font-weight: bold;

}
.pageLeftEn i{
    font-style:normal;
}

.pageRightText {
    font-size: 21px;
    line-height: 42px;
    color: #595757;
}

.aboutNumberWrap {
    width: 1300px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: 31px;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    font-size: 0;
}

.aboutNumberTit {
    text-align: center;
}

.aboutNumberYear {
    font-size: 60px;
    color: #f6ca27;
}

.aboutNumberText {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
}

.aboutNumberList {
    font-size: 0;
    padding: 150px 0 150px 0;
}

.aboutNumberItem {
    width: 25%;
    text-align: center;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
}

.numberItemTit {

    color: #f6ca27;
    font-weight: bold;
}

.numberItemTit span:nth-child(1) {
    font-size: 102px;
}

.numberItemTit span:nth-child(2) {
    font-size: 48px;
}

.number_li_text {
    font-size: 22px;
    line-height: 32px;
    color: #7f7f80;
}

.page_wrap3 {
    width: 1300px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: 31px;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    font-size: 0;
    text-align: center;
}

.page_wrap3_img {
    max-width: 100%;
    display: inline-block;
    margin: 0 auto;
}

.page_wrap4 {
    width: 1530px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: 31px;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    font-size: 0;
}

.pageWrapNews {
    width: 1530px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: 31px;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    font-size: 0;
    text-align: center;
}

.page_wrap4_left {
    width: 47%;
}

.page_wrap4_right {
    width: 53%;
}

.pageWrap4Tit {
    font-size: 36px;
    line-height: 60px;
    font-weight: bold;
    color: #fff;
    padding-top: 30px;
}

.pageWrap4En {
    font-size: 30px;
    color: #fff;
    padding-bottom: 60px;
}

.page_wrap4_line {
    width: 393px;
    height: 1px;
    background: #fff;
}

.page_wrap4_text {
    font-size: 26px;
    line-height: 40px;
    color: #fff;
    padding: 70px 0 200px 0;
}

.page_wrap4_label {
    font-size: 16px;
    line-height: 34px;
    color: #fff;
}

.page_wrap4_img {
    max-width: 100%;
    display: inline-block;
}

.page_wrap4_back {
    background: #000;
    height: 100%;
    position: relative;
}

.pageWrap5 {
    width: 1530px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: 31px;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    font-size: 0;

}

.pageWrap5Tit {
    font-size: 36px;
    line-height: 60px;
    color: #040000;
    text-align: center;
    font-weight: bold;
}

.pageWrap5En {
    font-size: 30px;
    color: #231815;
    text-align: center;
    padding-bottom: 60px;
}

.pageWrap5Line {
    height: 1px;
    width: 100%;
    background: #231815;
}

.pageWrap5List {
    font-size: 0;
    padding: 90px 0 0 0;
}

.pageWrap5Item {
    width: 12.57142857%;
    margin: 0 2% 2% 0;
}

.pageWrap5Item:nth-child(7n) {
    margin: 0 0 2% 0;
}

.pageWrap5Item .nf_img {
    display: block;
    padding-bottom: 47.7%;
    cursor:default;
}

.aboutPageSwiper .swiper-pagination-bullet,
.myIpo-page_swiper .swiper-pagination-bullet,
.planPageSwiper .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    background: #fff;
    opacity: 1;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    margin: 8px 0 !important;
}

.aboutPageSwiper .swiper-pagination-bullet-active,
.myIpo-page_swiper .swiper-pagination-bullet-active,
.planPageSwiper .swiper-pagination-bullet-active {
    height: 27px;
    background: #fff;
}

.aboutPageSwiper .swiper-pagination,
.myIpo-page_swiper .swiper-pagination,
.planPageSwiper .swiper-pagination {
    right: 70px;
    padding: 5px;
    background: rgba(0, 0, 0, .2);
    -webkit-border-radius: 9px;
    border-radius: 9px;
}

.swiper_black .swiper-pagination-bullet {
    background: #fff;
}

.bannerPageWrap {
    position: relative;
}
.bannerPageImg {
    padding-bottom: 27.083333%;
}
.bannerPageImg > a{
    position:absolute;
    left:0;
    top:0;
    display:block;
    width:100%;
    height:100%;
}

.coreListBox {
    font-size: 0;
    position: relative;
}

.coreListBox:after {
    height: 2px;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    width: 100%;
}

.coreItemBox {
    width: 25%;
    background: #efefef;
    position: relative;
    text-align: center;
}

.coreItemBox:after {
    width: 2px;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    height: 100%;
}

.coreItemBox:nth-child(4n):after {
    display: none;
}

.coreItemBox > a{
    display:block;
}

.coreItemIcon {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-size: 0;
    z-index: 1;
    opacity:0;
}
.coreItemBox:hover .coreItemIcon {
    -webkit-transition:opacity 1.8s linear;
    transition:opacity 1.8s linear;
    opacity: 1;
}

.coreItemEn {
    font-size: 26px;
    font-weight: bold;
    color: #231815;
    line-height: 32px;
    height: 64px;
    margin: 0 0 10px 0;
}

.coreItemLine {
    width: 220px;
    background: #3d3330;
    height: 1px;
    margin: 0 auto;
}

.coreItemTit {
    font-size: 21px;
    font-weight: bold;
    color: #231815;
    line-height: 32px;
    height: 64px;
    margin: 10px 0 0 0;
}

.coreItemTxt {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin: 0 0 110px 0;
}

.coreItemView {
    position: relative;
    margin: 130px 0 80px 0;
}

.coreItemCont {
    position: relative;
    z-index: 2;
}



.pageBanView {
    position: absolute;
    width: 100%;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.pageBanTit {
    font-size: 60px;
    color: #f6ca27;
    font-weight: bold;
}

.pageBanTxt {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
}

.shareNfListtitle {
    padding: 70px 0 30px 0;
}

.shareNfListcn {
    font-size: 27px;
    color: #000000;
    padding-bottom: 5px;
}

.shareNfListen {
    font-size: 16px;
    color: #000000;
}

.shareNfListwrap {
    padding-bottom: 80px;
}

.shareNfListbox {
    font-size: 0;
    padding-bottom: 20px;
}

.shareNfItembox {
    width: 23.5%;
    margin: 0 2% 3% 0;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.shareNfItembox:nth-child(4n) {
    margin: 0 0 3% 0;
}

.shareNfItemimg a {
    padding-bottom: 75.62%;
    display: block;
}

.shareNfItemimg a img {
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.shareNfItemtitle {
    padding: 25px 0 15px 0;
}

.shareNfItemtitle a {
    font-size: 16px;
    color: #595757;
    line-height: 24px;
    display: inline-block;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.shareNfItemline {
    background: #e2e2e2;
    height: 1px;
}

.shareNfItemtext {
    font-size: 12px;
    line-height: 30px;
    height:60px;
    color: #717071;
    padding-top: 10px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.shareNfItembox:hover .shareNfItemimg a img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.shareNfItembox:hover .shareNfItemtitle a {
    color: #f6ca27;
}

.nfPages {
    text-align: center;
    font-size: 0;
}

.nfPages a, .nfPages span {
    height: 25px;
    line-height: 23px;
    border: 1px solid #efeff0;
    text-align: center;
    padding: 0 10px;
    display: inline-block;
    font-size: 12px;
    margin: 0 4px;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    background: #fff;
}

.nfPages a:hover {
    background: #f2ce2a;
    border: 1px solid #f2ce2a;
    text-decoration:none;
}

.nfPages span.current {
    background: #f2ce2a;
    border: 1px solid #f2ce2a;
}

.shareNfContwrap {
    padding: 80px 0 60px 0;
}

.shareNfContbox {
    padding: 0 90px;
}

.shareNfConttitle {
    font-size: 24px;
    color: #717071;
    margin-bottom: 60px;
    text-align: center;
}
.shareNfConttitle,.shareNfConttitle h1,.shareNfConttitle h2,.shareNfConttitle h3,.shareNfConttitle h4,.shareNfConttitle h5,.shareNfConttitle h6{
    font-weight:normal;
    font-size:inherit;
}

.shareNfContread {
    font-size: 14px;
    line-height: 2.14;
    color: #717071;
    text-align:justify;
    padding-bottom: 40px;
}

.shareNfContread h1,.shareNfContread h2,.shareNfContread h3,.shareNfContread h4,.shareNfContread h5,.shareNfContread h6{
    font-weight:normal;
}
.shareNfContread h1{
    font-size:1.4em;
}
.shareNfContread h2{
    font-size:1.2em;
}
.shareNfContread h3{
    font-size:1.1em;
}
.shareNfContread h4{
    font-size:1.1em;
}
.shareNfContread h5{
    font-size:1.1em;
}
.shareNfContread h6{
    font-size:1.1em;
}

.shareNfContread img {
    max-width: 100%;
    margin: 30px 0;
    display: inline-block;
}

.shareNfContread p {
    font-size: 14px;
    line-height: 30px;
    color: #717071;
}

.shareNfContline {
    background: #c3c2c2;
    height: 1px;
}

.shareNfContpage {
    padding: 20px 0;
    line-height: 30px;
    font-size: 0;
}

.view_read_page {
    width: 50%;
}

.view_read_prev {
    text-align: left;
}

.view_read_next {
    text-align: right;
}

.view_read_page a {
    display: inline-block;
    font-size: 14px;
    color: #717071;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.view_read_page a:hover {
    color: #f6ca27;
}

.myIpo-page_swiper, .planPageSwiper {
    height: -webkit-calc(100vh - 62px);
    height: calc(100vh - 62px);
}
.planPageSwiper,.planPageSwiper *{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
}

.myIpo-page_swiper .swiper-slide:last-child {
    height: 392px;
}

.myIpo-box_max {
    font-size: 72px;
    font-weight: bold;
    line-height:normal;
    color: #040000;
}

.myIpo-box_min {
    font-size: 60px;
    line-height:normal;
    color: #f6ca27;
}

.myIpo-box_text {
    color: #231815;
    text-align: center;
    font-size: 21px;
    line-height: 42px;
}

.myIpo-title {
    text-align: center;
    padding-bottom: 30px;
}

.myIpo-title span {
    font-size: 26px;
    line-height:normal;
}

.myIpo-title span:nth-child(1) {
    color: #f6ca27;
}

.myIpo-title span:nth-child(2) {
    color: #fff;
    font-weight: bold;
}

.myIpo-text {
    font-size: 30px;
    line-height:normal;
    color: #fff;
    text-align: center;
}

.myIpo-list {
    font-size: 0;
    padding-top: 200px;
}

.myIpo-li_box {
    width: 25%;
    padding: 0 10px;
}

.myIpo-li_title {
    font-size: 36px;
    line-height: 50px;
    font-weight: bold;
    color: #f6ca27;
    text-align: center;
    padding-bottom: 30px;
}

.myIpo-li_line {
    background: #c9caca;
    height: 1px;
    width: 100px;
    margin: 0 auto;
}

.myPackThrIpo-wrap {
    width: 100%;
    height: 100%;
    position: relative;
}

.myPackIpo-wrap {
    width: 1530px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 31px;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    font-size: 0;
}
.myPackIpo-wrap:after{
    content:'';
    display:block;
    height:0;
    overflow:hidden;
    clear:both;
}

.myPackIpo-left {
    width: 46.6%;
    padding-right: 305px;
}

.myPackIpo-right {
    width: 53.4%;
    padding-right: 168px;
}

.myPackThrIpo-title {
    font-size: 87px;
    font-weight: bold;
    line-height:normal;
    padding: 150px 0 0 0;
    color: #040000;
}

.myPackThrIpo-title span {
    color: #f6ca27;
}

.myPackThrIpo-text {
    font-size: 16px;
    line-height: 32px;
    color: #595757;
    padding: 10px 0 60px 0;
}

.myPackThrIpo-line {
    height: 1px;
    background: #847d7c;
}

.myPackThrIpo-read {
    font-size: 16px;
    line-height: 32px;
    color: #595757;
    padding: 140px 0 0 0;
}

.myPackThrIpo-img img{
    display:block;
    width:100%;
}

.myPackIpo-back {
    position: relative;
    height: 100%;
    background: #f6ca27;
}

.myPackIpo-wrap2 {
    width: 1380px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 31px;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    font-size: 0;
}

.myPackFoIpo-title {
    text-align: center;
}

.myPackFoIpo-cn {
    font-size: 36px;
    line-height:normal;
    font-weight: bold;
    color: #040000;
    padding-bottom: 15px;
}

.myPackFoIpo-en {
    font-size: 30px;
    line-height:normal;
    color: #040000;
}

.myPackFoIpo-list {
    font-size: 0;
    padding: 80px 0 0 0;
}

.myPackFoIpo-li {
    width: 50%;
    padding-bottom: 60px;
}

.myPackFoIpo-li:nth-child(2n+1) {
    padding-right: 65px;
}

.myPackFoIpo-li:nth-child(2n) {
    padding-left: 65px;
}

.page4_li_title {
    font-size: 21px;
    line-height: 50px;
    color: #231815;
    padding-bottom: 5px;
}

.page4_li_line {
    background: #56450d;
    height: 1px;
    width: 350px;
}

.page4_li_text {
    font-size: 16px;
    line-height: 32px;
    color: #56450d;
    padding: 15px 0 0 0;
}

.myPlan-wrap1 {
    width: 1530px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    margin-top: 31px;
}

.myPlan-back {
    padding: 70px 80px;
    background: rgba(246, 202, 39, .9);
    font-size: 0;
    margin-bottom: 100px;
}


.myPlan-span:nth-child(1) {
    width: 60%;
}

.myPlan-span:nth-child(2) {
    width: 40%;
    text-align: right;
}

.myPlan-title {
    font-size: 72px;
    font-weight: bold;
    line-height:normal;
    color: #040000;
}

.myPlan-text {
    font-size: 60px;
    color: #fff;
    line-height:normal;
    margin-bottom: 150px;
}

.myPlan-line {
    height: 1px;
    width: 100%;
    background: #58451a;
}

.myPlan-right_text {
    font-size: 26px;
    color: #231815;
    padding: 290px 0 0 0;
}

.myPlan-wrap2 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1300px;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.myPlanSec-max {
    font-size: 100px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 60px;
    line-height: 100px;
}

.myPlanSec-min {
    font-size: 26px;
    line-height:normal;
    color: #fff;
}

.myPlanSec-title {
    font-size: 0;
    text-align: center;
    padding-bottom: 180px;
}

.myPlanSec-center_wrap {
    line-height: 100px;
    position: relative;
    padding: 0 40px;
}

.myPlanSec-center_title {
    font-size: 200px;
    line-height: 80px;
    color: #f6ca27;

}

.myPlanSec-center_title2 {
    font-size: 140px;
    line-height: 100px;
    color: #f6ca27;
}

.myPlanSec-span {
    text-align: center;
}

.myPlanSec-line {
    background: #816b19;
    height: 1px;
}

.myPlanSec-text {
    font-size: 21px;
    line-height: 42px;
    color: #c9caca;
    padding: 100px 0 0 0;
    text-align: center;
}

.myPlan-wrap3 {
    width: 1400px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-size: 0;
}

.myPlanThr-left {
    position: relative;
    margin: 20px 0;
}

.myPlanThr-title {
    font-size: 130px;
    line-height: 166px;
    width: 130px;
    font-weight: bold;
    color: #040000;
}

.myPlanThr-cn {
    font-size: 36px;
    line-height: 100%;
    width: 36px;
    margin-top: 30px;
    color: #040000;
    margin-right: 100px;
    padding-left: 10px;
}

.myPlanThr-en {
    font-size: 15px;
    color: #f6ca27;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    margin-top: 12px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 180px;

}

.myPlanThr-line {
    width: 2px;
    background: #000;
    height: 92%;
    position: absolute;
    right: 0;
    top: 2%;
    margin: 20px 0 0 0;
}

.myPlanThr-center {
    margin: 20px 0;
}

.myPlanThr-text {
    font-size: 59px;
    line-height: 100px;
    font-weight: bold;
    color: #000;
    padding: 0 70px;
}

.myPlan-list_box {
    text-align: center;
    margin: 150px 0 0 0;
}

.myPlan-li_box {
    width: 392px;
    height: 392px;
    background: url(../images/y.png) no-repeat;
    position: relative;
    margin: 0 150px 0 0;
}

.myPlan-li_box:nth-child(3n) {
    margin: 0;
}


.nfMyPlanWrapII {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.myPlan-li_title {
    color: #fff;
    font-size: 48px;
    line-height:normal;
    font-weight: bold;
}

.myPlan-li_read {
    position: relative;
    z-index: 1;
    padding-top: 80px;
}

.myPlan-li_text {
    font-size: 20px;
    line-height: 43px;
    color: #fff;
    margin: 30px 0 0 0;
}
.myPlanThr-img img{
    display:block;
    width:100%;
}

.mySale-wrap {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #f7f8f8;
    top: 0;
    left: 0;
}

.mySale-box {
    width: 1240px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 31px;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.mySale-title {
    font-size: 70px;
    line-height:normal;
    font-weight: bold;
    color: #040000;
    text-align: center;
}

.mySale-read {
    font-size: 0;
    margin: 130px 0 0 0;
}

.mySale-li {
    width: 280px;
    margin-right: 40px;
    background: #ffffff;
    padding: 120px 0 70px 0;
}

.mySale-li:nth-child(4n) {
    margin: 0;
}

.mySale-text {
    font-size: 36px;
    line-height:normal;
    text-align: center;
    font-weight: bold;
    color: #595757;
    padding-bottom: 50px;
}

.mySale-line {
    width: 70px;
    height: 2px;
    background: #f6ca27;
    margin: 0 auto;
}


.nfContTxt {
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
    color: #f7ab00;
}

.contact_max {
    font-size: 60px;
    color: #f6ca27;
    font-weight: bold;
}

.nfContTop {
    position: relative;
    padding: 100px 130px 100px 0;
}

.nfContTit {
    font-size: 25px;
    line-height:normal;
    color: #000;
    padding: 0 0 50px 0;
}

.nfContTxt span {
    font-size: 60px;
    color: #f6ca27;
    padding-left: 40px;
}

.nfContRight {
    position: absolute;
    right: 0;
    width: 130px;
    top: 100px;
}

.nfContShare {
    line-height: 36px;
    height: 36px;
    display: block;
    font-size: 0;
    margin-bottom: 20px;
    white-space:nowrap;
    text-align:center;
}

.nfContShare a {
    color: #717071;
    font-size: 30px;
    margin-right: 10px;
}

.nfContShare a:last-child{
    margin-right:0;
}

.nfContShare a:nth-child(2), .nfContShare a:nth-child(3) {
    font-size: 35px;
}

.nfContEwmTips {
    text-align: center;
    padding-top: 15px;
    margin-left:auto;
    margin-right:auto;
}

.nfContMain .nfContEwm{
    width:119px;
    margin:0 auto;
}

.nfContEwm img{
    display:block;
    width:100%;
}

.nfContList {
    font-size: 0;
    padding-bottom: 110px;
    border-top: 1px solid #c4c4c4;
}

.nfContItem {
    width: 33.33%;
    padding: 70px 30px 70px 0;
    border-bottom: 1px solid #c4c4c4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.nfContItemCity {
    font-size: 18px;
    color: #000000;
    line-height: 30px;
}

.nfContItemTel, .nfContItemAddr {
    font-size: 14px;
    line-height: 30px;
    color: #010000;
}

.nfContItemTel a {
    color: #010000;
}

.news_more_wrap {
    width: 248px;
    height: 66px;
    text-align: center;
    line-height: 64px;
    margin: 50px auto 130px;
    border: 1px solid #dedede;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.news_more_wrap:after {
    background: #f6ca27;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    box-sizing: border-box;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.news_more_wrap a {
    display: block;
    font-size: 20px;
    color: #595757;
    font-weight: bold;
    position: relative;
    z-index: 1;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.news_more_wrap:hover:after {
    width: 100%;
}

.news_more_wrap:hover {
    border: 1px solid #f6ca27;
}

.news_more_wrap:hover a {
    color: #fff;
}

.newsNFList {
    background: #efefef;
}

.newsNFTopper {
    background: #efefef;
    padding: 50px 0;
    font-size: 0;
}

.newsNFTopper.no-bg{
    background:none;
}

.newsPageLeft {
    color: #595757;
    font-size: 12px;
    width: 40%;
    line-height: 30px;
}

.newsPageLeft a {
    color: #595757;
    font-size: 12px;
}

.newsPageLeft-full{
    width:100%;
}

.newsPageRight {
    width: 60%;
    text-align: right;
    line-height: 30px;
    height:30px;
}

.newsSwView {
    display:block;
    position:absolute;
    right:26px;
    top:0;
    width: 750px;
}

.newsSwTit {
    font-size: 12px;
    color: #595757;
    padding: 0;
    width:100px;
    text-align:center;
    position:absolute;
    right:802px;
    top:0;
}

.newsSwList .swiper-slide a {
    display: inline-block;
    vertical-align:top;
    text-align: center;
    font-size: 12px;
    margin:0 14px;
    color: #595757;
}
.newsSwList .swiper-slide{
    width:auto;
}

.newsSwPrev,.newsSwNext{
    position:absolute;
    border: 8px solid;
    outline: none;
    cursor: pointer;
    top:50%;
    margin-top:-8px;
}

.newsSwPrev {
    border-color: transparent #f6ca27 transparent transparent;
    right:786px;
}

.newsSwNext {
    border-color: transparent transparent transparent #f6ca27;
    right:0;
}

.newsSwPrev.swiper-button-disabled , .newsSwNext.swiper-button-disabled {
    opacity: .4;
}

.nfNewsItem {
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    padding: 50px 12px 40px 12px;
    width: 24.25%;
    margin: 0 1% 1% 0;
}

.nfNewsItem:nth-child(4n) {
    margin: 0 0 1% 0;
}

.nfNewsItemNoPad{
  padding:0;
}
.nfNewsItemNoPadImgWrap{
  positition:relative;
  display: block;
  width:100%;
}
.nfNewsItemNoPadImgWrap img{
  display:block;
  width:100%;
}
.nfNewsItemNoPadInfoWrap{
  padding: 20px 20px 40px 20px;
}

.nfNewsItemTit {
    height:28px;
    line-height: 28px;
    padding-bottom:15px;
    overflow:hidden;
}

.nfNewsItemTit a {
    font-size: 16px;
    display: block;
    color: #595757;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.nfNewsItem:hover .nfNewsItemTit a {
    color: #f6ca27;
}
.nfNewsItemTit a,.nfNewsItemTit a:hover{
    text-decoration:none;
}

.nfNewsItemLabel {
    font-size: 12px;
    line-height:16px;
    height:16px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    color: #717071;
    padding: 15px 0;
}
.nfNewsItemLabel a{
    margin-right:8px;
}

.nfNewsItemLine {
    background: #c4c4c4;
    height: 1px;
}

.nfNewsItemTxt {
    font-size: 12px;
    line-height: 30px;
    height:60px;
    color: #717071;
    padding: 10px 0 0;
    overflow:hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.nfNewsItemTime {
  font-size: 12px;
  line-height: 24px;
  color: #999;
}

.nfNewsList {
    font-size: 0;
    padding-bottom: 40px;
}

.nfWapMore {
    display: none;
}

.nfNewsListWrap {
    padding-bottom: 100px;
}

.caseMyMainWrap,.caseMyMainWrap * {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
}
.caseMyMainWrap a,.caseMyMainWrap a:hover{
    text-decoration:none;
}

.caseMyMainBox {
    width: 1360px;
    padding: 55px 0 110px 0;
    margin: 0 auto;
}

.caseMyMainBox .newsNFTopper{
    padding:0;
    margin-bottom:85px;
}

.caseTopBox {
    font-size: 0;
}

.caseTopTit {
    font-size: 24px;
    color: #717071;
    font-weight:normal;
}
.caseTopTit h1,.caseTopTit h2,.caseTopTit h3,.caseTopTit h4,.caseTopTit h5,.caseTopTit h6{
    font-weight:normal;
    font-size:inherit;
}
.caseTopBox{
    padding-bottom:70px;
}

.caseTopLabel {
    font-size: 14px;
    line-height: 28px;
    color: #717071;
    padding: 50px 0 0 0;
}

.caseTopLeft {
    width: 50%;
}

.caseTopRight {
    width: 50%;
}

.caseTopTxt {
    font-size: 14px;
    line-height: 28px;
    color: #717071;
    text-align:justify;
}
.caseTopTxt img{
    max-width:100%;
}

.caseEditorBox {
    font-size: 14px;
    line-height: 2;
    color: #717071;
    margin-bottom: 80px;
    overflow:hidden;
}

.caseEditorBox h1,.caseEditorBox h2,.caseEditorBox h3,.caseEditorBox h4,.caseEditorBox h5,.caseEditorBox h6{
    font-weight:normal;
}
.caseEditorBox h1{
    font-size:1.4em;
}
.caseEditorBox h2{
    font-size:1.2em;
}
.caseEditorBox h3{
    font-size:1.1em;
}
.caseEditorBox h4{
    font-size:1.1em;
}
.caseEditorBox h5{
    font-size:1.1em;
}
.caseEditorBox h6{
    font-size:1.1em;
}

.caseEditorBox p {
    font-size: 14px;
    line-height: 28px;
    color: #717071;
}

.caseEditorBox img {
    margin: 11px 0;
    max-width: 100%;
    width: auto;
    height: auto;
    display: inline-block;
}

.casePageBox {
    position: relative;
}

.caseReadBtn {
    width: 108px;
    height: 30px;
    top: 0;
    position: absolute;
    cursor: pointer;
}

.caseReadBtnPrev {
    left: 0;
}

.caseReadBtnPrev:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 102px;
    height: 1px;
    background: #d2d2d2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.caseReadBtnPrev:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    height: 0;
    width: 0;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-right: 6px solid #d2d2d2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.caseReadBtnNext {
    right: 0;
}

.caseReadBtnNext:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 102px;
    height: 1px;
    background: #d2d2d2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.caseReadBtnNext:before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    height: 0;
    width: 0;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 6px solid #d2d2d2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.caseReturnListBtn {
    width: 30px;
    height: 30px;
    position: relative;
    margin: 0 auto;
    cursor: pointer;
}

.caseReturnListBtn a {
    position: relative;
    height: 100%;
    display: block;
    z-index: 1;
}

.caseReturnListBtn:after {
    content: "";
    width: 40px;
    height: 1px;
    background: #d2d2d2;
    position: absolute;
    left: -5px;
    top: 14px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.caseReturnListBtn:before {
    content: "";
    width: 40px;
    height: 1px;
    background: #d2d2d2;
    position: absolute;
    right: -5px;
    top: 14px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.caseReadBtn a {
    position: relative;
    z-index: 2;
    display: block;
    height: 100%;
}

.caseContbrBrand {
    background: #4b3a93;
    padding: 155px 0;
    font-size: 0;
}
.caseContbrBrand,.caseContbrBrand *{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
}

.caseContbrLeft {
    width: 57%;
}

.caseContbrRight {
    width: 43%;
    padding-right: 30px;
}

.caseContbrMax {
    font-size: 88px;
    color: #fff;
    line-height: 120px;
    letter-spacing: 16px;
}

.caseContbrTit {
    font-size: 88px;
    color: #ebc230;
    font-weight: bold;
    line-height: 120px;
    letter-spacing: 16px;
}

.caseContbrMin {
    font-size: 22px;
    color: #fff;
    padding: 20px 0 0 0;

}

.caseContbrBox {
    width: 1360px;
    margin: 0 auto;
}

.caseContbrBor {
    border: 1px solid rgba(255,255,255,.6);
    font-size: 0;
    position: relative;
}

.caseContbrBorLeft {
    width: 45%;
    padding: 40px 0;
}

.caseContbrBorRight {
    width: 55%;
    position: absolute;
    height: 100%;
    border-left: 1px solid rgba(255,255,255,.6);
}

.caseContbrBorEwm {
    width: 180px;
    margin: 0 auto;
}
.caseContbrBorEwm img{
    display:block;
    width:100%;
}

.caseContbrBorTxt {
    font-size: 22px;
    color: #fff;
    text-align: center;
    line-height: 54px;
}

.caseContbrCenter {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 10%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);

}

.caseContbrTel:nth-child(1) {
    margin-bottom: 40px;
}

.caseContbrBorTit {
    font-size: 22px;
    color: #fff;
    line-height: 44px;
    border-bottom: 1px solid rgba(255,255,255,.6);
}

.caseContbrBorTel {
    padding: 5px 0 0 0;
}

.caseContbrBorTel a {
    display: block;
    color: #ebc230;
    font-size: 17px;
    line-height: 28px;
}

.caseContbrBorTel a,.caseContbrBorTel a:hover{
    text-decoration:none;
}

.caseNFOList {
    margin: 0 auto;
    padding: 80px 55px 0;
}

.caseNFOTit {
    text-align: center;
    padding-bottom: 70px;
}

.caseNFOCn {
    font-size: 35px;
    color: #595757;
}

.caseNFOEn {
    font-size: 26px;
    color: #595757;
    padding: 10px 0 10px 0;
}

.case_read_more {
    width: 270px;
    height: 46px;
    text-align: center;
    margin: 80px auto 0;
    position: relative;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.case_read_more a {
    display: block;
    font-size: 14px;
    position: relative;
    z-index: 1;
    line-height: 44px;
    border: 1px solid #dfdfdf;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    color: #595757;
}

.case_read_more:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    background: #f6ca27;
}

.case_read_more:hover a {
    color: #fff;
    border: 1px solid #f6ca27;
}

.case_read_more:hover:after {
    width: 100%;
    color: #fff;
}


.newsViewBox {
    font-size: 0;
}

.newsViewLeft {
    display:inline-block;
    vertical-align:top;
    width: 70%;
    border-right: 1px solid #c4c4c4;
    padding: 0 100px 60px 0;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
}

.newsViewRight {
    display:inline-block;
    vertical-align:top;
    width: 30%;
    padding-bottom:60px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
}

.top_border {
    border-top: 1px solid #c4c4c4;
}

.newsViewTit {
    font-size: 18px;
    color: #3e3a39;
    line-height: 26px;
    text-align: center;
    margin: 40px 0;
}
.newsViewTit,.newsViewTit h1,.newsViewTit h2,.newsViewTit h3,.newsViewTit h4,.newsViewTit h5,.newsViewTit h6{
    font-weight:normal;
}

.newsEditorBox {
    font-size: 14px;
    line-height: 1.85;
    color: #717071;
    text-align:justify;
    margin-bottom: 45px;
}

.newsEditorBox h1,.newsEditorBox h2,.newsEditorBox h3,.newsEditorBox h4,.newsEditorBox h5,.newsEditorBox h6{
    font-weight:normal;
}
.newsEditorBox h1{
    font-size:1.4em;
}
.newsEditorBox h2{
    font-size:1.2em;
}
.newsEditorBox h3{
    font-size:1.1em;
}
.newsEditorBox h4{
    font-size:1.1em;
}
.newsEditorBox h5{
    font-size:1.1em;
}
.newsEditorBox h6{
    font-size:1.1em;
}

.newsEditorBox p {
    font-size: 14px;
    line-height: 26px;
    color: #717071;
}

.newsEditorBox img {
    max-width: 100%;
    width: auto;
    margin: 20px 0;
}

.newsOthTit {
    font-size: 18px;
    color: #3e3a39;
    line-height: 90px;
    padding-left: 30px;
    border-bottom: 1px solid #c4c4c4;
}

.newsOthList {
    padding: 20px 0 20px 20px;
}

.newsOthItem {
    font-size: 0;
    line-height: 36px;
}

.newsOthItem a {
    font-size: 12px;
    color: #888;
    padding: 0 100px 0 15px;
    display: block;
    position: relative;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.newsOthItem a:hover {
    color: #f6ca27;
}

.newsOthItem a:hover:after {
    background: #f6ca27;
}

.newsOthItem a:after {
    content: "";
    width: 6px;
    height: 6px;
    background: #888;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.newsOthLeft {
    width: 100%;
}

.newsOthRight {
    width: 100px;
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
}

.newsLabBox {
    padding: 20px;
    /*border-bottom: 1px solid #c4c4c4;*/
}

.newsLabBox a {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 28px;
    margin-right: 10px;
    color: #888888;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}
.newsLabBox a,.newsLabBox a:hover{
    text-decoration:none;
}
.newsLabBox a:hover {
    color: #f6ca27;
}

.newsTxtBtnWrap {
    padding: 20px;
    display:none;
}

.newsTxtBtnWrap .tit{
    font-size: 12px;
    color: #888888;
}

.newsResBtnWrap  {
    margin: 20px 0 0 0;
}
.newsResBtn{
    display: block;
    font-size: 16px;
    width: 162px;
    height: 44px;
    line-height: 44px;
    color: #000;
    background: #ebc230;
    text-align: center;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor:pointer;
}
.newsResBtn,.newsResBtn:hover{
    text-decoration:none;
}

.newsViewContLine {
    border-bottom:1px solid #c4c4c4;
}

.newsTogArc{
    font-size:0;
}
.newsTogPrev,.newsTogNext {
    display:inline-block;
    vertical-align:top;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    line-height: 72px;
    font-size: 13px;
    width: 50%;
}
.newsTogPrev,.newsTogNext,.newsTogPrev a,.newsTogNext a{
    color: #717071;
}

.newsTogPrev {
    text-align: left;
}
.newsTogNext {
    text-align: right;
}

.newsTogPrev a,.newsTogNext a {
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.newsTogPrev:hover,.newsTogPrev a:hover,.newsTogNext:hover,.newsTogNext a:hover {
    color: #f6ca27;
}
.newsTogPrev:hover font,.newsTogNext:hover font{
    color:#717071;
}

.newsView_after_tips{
  border-top:1px solid #c4c4c4;
  padding:25px 0;
  font-size:13px;
  line-height:24px;
  color:#717071;
}



.label_box_banner {
    background: #4b3a93;
    padding: 200px 0 50px 0;
}

.nfLabelTit {
    font-size: 100px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.nfLabelSubTit {
    font-size: 35px;
    color: #fff;
    text-align: center;
    padding: 50px 0 180px 0;
}

.label_title {
    color: #595757;
    font-size: 18px;
}

.nfLabelNavList {
    font-size: 0;
    height: 30px;
}

.nfLabelTitNav {
    background: #f4f6f9;
    padding: 30px 0;
    line-height: 30px;
    font-size: 0;
    text-align: center;
}

.label_icon {
    font-size: 30px;
    color: #595757;
    margin: 0 60px;
}

.nfLabelNavItem {
    margin: 0 20px;
}


.nfLabelNavItem a {
    font-size: 18px;
}

.nfLabelListW {
    font-size: 0;
    padding: 30px 0 80px 0;
}

.nfLabelListW span {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
}

.nfLabelListW span a {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    color: #3e3a39;
}

.nfLabelListW a {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    color: #3e3a39;
}

.pagePeopleItem {
    width: 23.875%;
    margin: 0 1.5% 2% 0;
}

.pagePeopleItem a {
    display: block;
}

.pagePeopleItem:nth-child(4n) {
    margin: 0 0 2% 0;
}

.page_people_title {
    font-size: 22px;
    text-align: left;
    line-height: 55px;
}

.page_people_title strong {
    margin-right: 10px;
}
.pageNewsList{
    font-size:0;
}
.pageNewsBack {
    background: #f6ca27;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.pageNewsImg {
    display: inline-block;
    height: 100%;
    overflow: hidden;
    font-size:0;

}
.pageNewsImg:before{
    content:'';
    display:inline-block;
    vertical-align:middle;
    width:0;
    height:100%;
}
.pageNewsImg img {
    display:inline-block;
    vertical-align:middle;
    width:auto;
    height:auto;
    max-width: 100%;
    max-height:100%;
    object-fit:contain;
}

.black_color {
    color: #040000;
}

.pagepeopleImg {
    padding-bottom: 66.48%;
}

.newsBannerNFWrap .nf_img {
    display: block;
    padding-bottom: 36.6667%;
}

.aboutPeoMain {
    padding: 180px 0 50px 0;
}


.aboutPeoItem {
    font-size: 0;
    letter-spacing:-5px;
    padding: 0 0 200px 0;
    position: relative;
}

.aboutPeoBox{
    letter-spacing:normal;
    -wekbit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
}
.aboutPeoBox:nth-child(1) {
    width: 43%;

}

.aboutPeoBox:nth-child(2) {

    width: 57%;

}

.aboutPeoItem:nth-child(2n) .aboutPeoBox:nth-child(1){
    float:left;

}
.aboutPeoItem:nth-child(2n) .aboutPeoBox:nth-child(2){
    float:right;
    padding: 0 0 0 120px;
}
.aboutPeoItem:nth-child(2n-1) .aboutPeoBox:nth-child(1){
    float:right;

}
.aboutPeoItem:nth-child(2n-1) .aboutPeoBox:nth-child(2){
    float:left;
    padding: 0 120px 0 0;
}
.aboutPeoImgBox {
    width: 100%;

}

.aboutPeoCn {
    font-size: 42px;
    color: #333333;
}

.aboutPeoEn {
    font-size: 30px;
    color: #333333;
}

.aboutPeoTxt {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    padding: 50px 0 0 0;
}
.shuzhongWrap{
    padding-top:144px;
    padding-bottom:108px;
    background:#4b3a91;
    text-align:center;
}
.shuzhongWrap .p1{
    font-size:80px;
    line-height:118px;
    color:#fff;
}
.shuzhongWrap .p1 span{
    font-weight:bold;
    color:#e9c030;
}
.shuzhongWrap .p2{
    font-size:27px;
    line-height:64px;
    color:#fff;
    margin-bottom:48px;
}
.shuzhongWrap .shuzhongLnk{
    display:inline-block;
    vertical-align:top;
    text-align:center;
}
.shuzhongWrap .shuzhongLnk,.shuzhongWrap .shuzhongLnk:hover{
    text-decoration:none;
}
.shuzhongWrap .shuzhongLnk img{
    display:block;
    width:100px;
    height:100px;
    margin:0 auto 14px;
}
.shuzhongWrap .oth{
    border:1px solid #aea7cd;
    border-radius:3px;
    font-size:16px;
    line-height:26px;
    height:26px;
    color:#fff;
    padding:0 19px;
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    -ms-box-sizing:content-box;
    -o-box-sizing:content-box;
    box-sizing:content-box;
}
@media screen and (min-width:1621px){
    .docW{
        padding:0 190px;
    }
    .bdy{
        padding-top:62px;
    }
    .header_overlay .indDiv{
        padding:0 62px;
    }
    .myheader{
        padding: 0 62px;
        height:62px;
    }
    .myheader .lay_logo,.header_overlay .lay_logo{
        width: 62px;
        height:28px;
        left: 62px;
        top: 17px;
    }
    .myheader.active .logo{
        margin-top:-28px;
    }
    .nav{
        margin-right:20px;
    }
    .nav .lnk_wrap{
        height:62px;
        line-height:62px;
        margin:0 27px;
    }
    .nav .lnk{
        font-size:16px;
    }
    .myheader.active .nav .lnk{
        color:#000;
    }
    .nav .sub_lnks{
        top:62px;
        left: -31px;
        width: 180px;
    }
    .nav .sub_lnk_wrap {
        line-height: 40px;
    }
    .nav .sub_lnk{
        padding: 0 31px;
    }
    .wap_nav_btn{
        margin-top:20px;
    }
    .wap_nav_btn span{
        width: 25px;
        height:2px;
        margin-bottom:7px;
    }


}
@media screen and (min-width: 1201px) {
    .view_list_page {
        display: none;
    }
    .caseTopLeft,.caseTopRight {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }
    .caseTopLeft {
        padding-right:10px;
    }
    .caseTopRight {
        padding-left:10px;
    }
}
@media screen and (max-width: 1200px) {
    .view_list_page {
        display: block;
    }
}
.view_list_page{
    letter-spacing:-5px;
    font-size:0;
    text-align:center;
}
.view_list_page a,.view_list_page span {
    letter-spacing: normal;
    display:inline-block;
    vertical-align:top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 46%;
    margin: 0 2%;
    text-align: center;
    font-size: 15px;
    line-height: 42px;
    height: 44px;
    background:#fff;
    color:#717071;
}

